I don't think so. Apache modules are compiled along with apache, and unless server is configured to use dynamically loaded modules, in which case specific modules can be compiled and loaded via LoadModule directive, then the apache has to be re-compiled each time to add some specific module to server configuration. LoadModule directive goes to httpd.conf (or included config files), and can not be loaded with .htaccess