If two permutations $P_1$ and $P_2$ of $n$ elements have the same parity (i.e. both are even or both are odd) and the same trace of their corresponding permutation matrices (i.e. they leave the same number of elements unchanged), does this mean that there is always a third permutation $P_{12}$ such that $P_{12} P_1 P_{12}^{-1} = P_2$?
This trivially holds for permutations of 2 elements and it is also relatively easy to show that it holds for permutations of 3 elements. Does it hold for arbitrarily large $n$?
If true, is there any known algorithm to find $P_{12}$?