Hi
@Pratyush LNU,
One way you could do this is to expose the process on Server B as a SOAP web service. Then the process on Server A could invoke it through a web service call. Of course this would cause the process on Server A to block until the process on Server B completed. In that case, you could look at the Process Dispatch Framework on the Digital Exchange as a way of doing this asynchronously.
Another option would be to have the process on Server A use Powershell to invoke the Autometc.exe command on Server B to execute the process. There are a few threads on the Community that discuss something like this.
Cheers,
Eric