Interesting thought, but unlikely to be practical to add as a feature as it would not be needed by vast majority.
You can currently do what you want like so:
NGUIText.Wrap the text, split the resulting string by newline (\n), add however many lines fit into the first label, and the rest -- to the second label.