No, it isn't possible because the hard drive writes data down through the platters, not straight across one and then on to the next. Actually, modern hard drives often use a "zipper" like pattern where it will write inward for a given amount within the same cluster density zone, then go down to the next write surface and write from that spot outwards for the same distance, then down and in, and so forth. This minimizes the head switching required when just going straight down and writing inward then outward minimizes the required head movements as opposed to writing inwards going back to the outside and writing inwards again which would also cause highly undesirable breaks in sustained transfers. By limiting the each "zipper" to within the same cluster density zone, optimal placement of data on the platters is still assured.
It also needs to be pointed out, that the read/write head assembly is one piece, no matter what platter is being read, the heads for all the other surfaces are performing the same movements. So by forcing the drive to move further across one platter than a shorter distances when the data is spread over multiple platters would increase wear and tear, not decrease it.
Basically, the method that current hard drives use to write data already minimizes head movements and thus wear and tear as much as possible while still squeezing the best possible performance out of the drive.