Hi,
You can simply run multiple instances of Appium server on different ports.
Then pass those ports as an argument for automated tests.
Means,
@Parameters({"deviceID","deviceName","osVersion","port","chromePort","ipAppium"}), pass these parameters while opening the app and bingo.
Hope that helps.