You can use the same PCollection as input for multiple transforms without consuming the input or altering it.
Kata: Branch out the numbers to two different transforms: one transform is multiplying each number by 5 and the other transform is multiplying each number by 10.