You you mean a multiform App? That is easy and sharing public subs will work.
Two separate Apps running on Windows? No inter-app sub calls. But...
1. Use Shell with command line parameters to start one from the other.
2. Use a file that both can see/modify and do a simple polling/communication protocol.
(obviously the two Apps can't modify that file at "exactly" the same time)