How to make particle collide with other particle

Is it possible particles from A object collide with particles from B object?

Giving them tag didn’t work

I don’t know a solution, but I can tell you there is no built in functionality for it.

It’s possible by writing your own collision code in script but it would be slow if used on large systems.