Run KRE commandline mutil devices

Currently I am running CI / CD using KRE:
katalonc -runMode=console -projectPath=“D:/project/katalon_vtp_android/myProject.prj” -retry=0 -testSuitePath=“Test Suites/ThuNghiem/LuongMoi_0395642676” -executionProfile=“default” -browserType=“Android” -remoteWebDriverType=“Appium” -deviceId=“R58MB05AT1V” -apiKey=myId

but at the same time, when I want to run a different job with another device. I run:
katalonc -runMode=console -projectPath=“D:/project/katalon_vtp_android/myProject.prj” -retry=0 -testSuitePath=“Test Suites/ThuNghiem/LuongCu_0395642676” -executionProfile=“default” -browserType=“Android” -remoteWebDriverType=“Appium” -deviceId=“92011fd0184e84d7” -apiKey=myId

Error:
Start check license task
com.kms.katalon.execution.exception.ExecutionException: com.kms.katalon.execution.exception.ExecutionException: No mobile device with name ‘92011fd0184e84d7’ available.

If I run each command then it is correct, but when I run 2 commands at the same time the following command will get the same error as above, I don’t understand why?