programmatically load and start MVBA out of MVBA

Hello Community,

I'm wondering whether it is possible to load and run MVBA as part of another MVBA Project. Means I've go a VBA Project from which I'd like to start other applications. I've got the following source code as an example but with VBA LOAD I can't run the precedure twice without an error occuring.

Public Sub start_DGNImp()
    CadInputQueue.SendCommand "vba load \\server\share\vba\DGNImp.mvba"
    CadInputQueue.SendCommand "vba run [DGNIMP]modTextCommands.DGNIMP"
End Sub

Just RUN VBA doesn't work for me. I know there are ways to check whether MDL applications are loaded but didn't find an adequate way to do that with VBA.

Hope someone can help with that.

Regards,
Maik