There are cvars you can use to set the camera distance, pitch, pivot:
http://www.wowwiki.com/Console_variables#Camera

It is easy to set the main toon and following toons so that they have the same camera viewpoint, which should allow you to target (basically) the same area with each.

The various camera cvars are for the default camera, in addition there are 4 camera presets which you can configure in the config.wtf by using the various camera variables + A, B, C, or D

for example, adding this to your config.wtf file:

SET cameraDistanceA = "50"
SET cameraDistanceB = "100"

would set the camera distance to 50 for the 1st preset and 100 for the 2nd preset. By default you use I think HOME and END keys to move up/down through the presets. I am not sure if all camera variables are used for the presets or not, but try it out.


Note: This is additionally interesting because the max distance you can normally scroll out is 30 with the default UI and 50 with a camera mod. However using the camera presets you can go out much much further - not sure if there's an absolute hard coded limit or not.