If you have COM components written in VB it's no problem as long as those are
registered in Regitry. But if you want to call a Win32 app in VB than you'd have
to use IPC or any other thing. The app shoudl also support calls from the
outside. Probably with API calls.