$ <command> | xargs -I {} sh -c '<command1> {}; <command2> {}'
$ <command> | xargs -I {} -P <thread-num> <command2> {}