Ok, i see the problem here.
You can’t have two different processes with the same process key running against the same database.
If you deploy two different models with the same ID the engine is going to assume they’re two different versions of the same process.
So, i think you’re going to need to change the name of one of the processes or keep only one of the processes.