Not reusing current app instance

Hello
when i have the amibroker application runnign and then start a ruby
script like following
amibroker = WIN32OLE.new (“Broker.Application”) , it reuses the
instance that is already open. how do i force it to open a new
instance and not reuse the current instance open.

appreciate ur help.