Frank,
I believe you could only do that if both apps are within the same domain / subdomain due to cross site scripting prevention. If you were able to do that then you may have your common libraries/modules in a folder that you may be able to load into both of your apps with $.sap.require(YOUR.LIB.PATH.NAME) function
good luck!