How to move multiple wheeled vehicles

I’ve create a simple wheeled vehicle blueprint (with VehicleMovement component) where just apply throttle on each tick. When add one vehicle to the map and it starts moving as expected. However if add another vehicle and the first one stops moving.

Any ideas what happens and how can I have both of them to move?

I needed to set “Auto possess player” to Disabled (both were using Player0 which seems to be the issue here)