Hi,
Regarding your question, I have to say that you have to use two FC modules instead of one, because you have two data pins.
One solution is that you use independent SCK/WS/Data pins for each FC module, for example
FC5_SCK/FC5_WS/FC5_DATA to one Mic, FC6_SCK/FC6_WS/FC6_DATA to another Mic.
Another solution:
FC5_SCK/FC5_WS/FC5_DATA to one Mic. Connect FC5_SCK/FC5_WS to another Mic,FC6_DATA to another mic.
There is Chapter 36: LPC55S1x/LPC551x Sys_ctrl in UM11295.pdf, one FC module clock and frame clock can be shared with another one.
Hope it can help you
BR
XiangJun Rong