What you've described is a circular reference, A1a =A1b = A1a = A1b etc etc etc, both cells are formulas, neither can contain a value so it can't work.
It is possible if you store the value in another cell and use VBA to update each cell from the other, but as a general rule, if you're asking...