Open Amibroker installed in different directory from current Amibroker

Is it possible to open an Amibroker installation on different directory using Execute and Wait?
If i use broker.exe as my parameter , it opens a copy of current Amibroker.
Then i tried giving the whole location of new Amibroker Installation like C:\Program Files (x86)\AmiBroker_research\broker.exe in the parameter, but this did not work at all.
How do i open a different amibroker installation from my current amibroker using batch ?

AmiBroker’s batch command ExecuteAndWait is NOT designed to run AmiBroker itself. That is circular reference. Do not do that.