Is it possible to execute multiple processes parallelly using a Single Robot in UiPath
The answer is YES. But there are conditions applied to perform this parallel execution.
Using UiPath we can create two types of processes, one is a foreground process and another is a background process.
The Background Process is a template for creating processes that can run in parallel on the same Robot, together with one foreground process. But there should not be any interactive activities used in the background process.
Those who are working with multiple documents, email, API, or system automations without UI interaction can effectively use this feature to explore the full efficiency of your Robot.
Background Process: UiPath - Background Process | Run multiple background process simultaneously with single Robot - YouTube