Hi,
First of all, sorry for the later reply.
Please refer below connection:
The USB CDC device could be another Kinetis board or another LPCXpresso54608 board.
The USB CDC device board is using MCUXpresso SDK's [dev_cdc_vcom_bm] demo software.

Below is serial terminal print info:

The default <host_cdc_bm> projects' <usb_host_config.h> file using USB Full Speed Port as USB host :
#define USB_HOST_CONFIG_OHCI (1U)
If customer want to use USB High Speed Port as USB host, please change to set below macro definition:
#define USB_HOST_CONFIG_IP3516HS (1U)
Wish it helps.
best regards,
Mike