Job execution beyond service bus queue 'peek lock duration'

What happens when a job executes longer than the defined Azure Service Bus Queue LockDuration in a multi-server environment? Is there a possibility that another worker might pick-up & start the same job in parallel while the first worker is still running?

Thanks