I have a VB.NET app as well as a C# version of it with both having public methods in them. I am trying to do two things

1) See if the application is already running and if so then
2) Call a specific public method in the running application

This can be done with VB6 COM executables.