Hi Gabriel,
I think the problem is that you have the same AiiDA config file path
You should change it by exporting the AIIDA_PATH to somewhere else (by default it is $HOME/.aiida. Have a look at this how-to.
This is also particularly useful if you have multiple storage partitions on your workstation, as this is also the path where the aiida storage is placed, meaning where all the “heavy” files are stored. Hence, if you have a large SSD on your computer, think about using a path there.
An other hint. Since exporting the AIIDA_PATH can be tedious, @mbercx also has an aiida-project python package which should help with this. Check it out here. Although, keep in mind that this uses virtual environments instead of conda environments (which may also do the job for you, unless you need specific compilers or python versions among your aiida environments).