Is there any option that can synchronously execute multiple palybooks on the same host?

I notice if multiple playbooks are applied to the same host concurrently, ansbile will not take any lock but let they all run; this result some playbooks fail because system conflict, for example, failing to acquire apt lock on ubuntu. Is there any option can serialize concurrent playbooks execution?