Sending multiple segments does not increase the latency. The latency is just measuring the amount of time between when a bit of data leaves point A and when that same bit arrives at point B.
However, sending multiple segments will increase the overall transfer time, because both of the segments will have a packetization delay (which can't happen in parallel), even if they can both be traveling through the internet in parallel (one following after the other).