I need help with multiple instances

Hey guys i am working on an automation and i need help setting it up.

It works fine on one browser but once i try to run it on more than 2 browsers, it stops working. I am currently using one of those multi profile browsers. Gologin.

Someone said xclick will not work on multiple profiles but i am not using xclick.

{
“Command”: “open”,
“Target”: “https://www.mywebsite.com”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=/html/body/div/div[2]/div[2]/div/div[2]/div/div[2]/div/div[2]/div[3]/div[2]/div/div[2]”,
“Value”: “3”,
“Targets”: [
“xpath=/html/body/div/div[2]/div[2]/div/div[2]/div/div[2]/div/div[2]/div[3]/div[2]/div/div[2]”,
“xpath=//div[3]/div[2]/div/div[2]”,
“css=body > div.s-page > div.m-main.m-layout-main > div.m-table.m-main-bottom > div > div.m-table-cell.m-main-mid > div > div.m-eventDetail > div > div.m-detail-wrapper > div:nth-child(4) > div:nth-child(2) > div > div:nth-child(2)”
],
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=/html/body/div/div[2]/div[2]/div/div[2]/div/div[2]/div/div[2]/div/div[2]/div/div”,
“Value”: “1.5”,
“Targets”: [
“xpath=/html/body/div/div[2]/div[2]/div/div[2]/div/div[2]/div/div[2]/div/div[2]/div/div”,
“xpath=//div[2]/div/div[2]/div/div[2]/div/div[2]/div/div[2]/div/div”,
“css=body > div.s-page > div.m-main.m-layout-main > div.m-table.m-main-bottom > div > div.m-table-cell.m-main-mid > div > div.m-eventDetail > div > div.m-detail-wrapper > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1)”
],
“Description”: “”
},

I want to run 10 or more instances of it simultaneously on my multi profile browser.